Initially on a machine, set up a single emerald instance, where the viritual machine listen on a port for connection from other emerald nodes. This is done with
emx -R
$> emx -R
Emerald listening on port 16099 3ee3, epoch 1141 475
Afterwards set up more emerald nodes by connecting to nodes that is allredy listening.
emx -R<machine name>:16099
here <machine name> is the name of the first machine set for listening.
Finnaly set up the machine, you wich to run the program from.
emx -R<machine name>:16099 <programname>.x